Builder

class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , VectorTile.Tile.FeatureOrBuilder
Features are described in section 4.2 of the specification
Protobuf type vector_tile.Tile.Feature

Functions

Link copied to clipboard
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in 
section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];
Link copied to clipboard
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification
repeated uint32 tags = 2 [packed = true];
Link copied to clipboard
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in 
section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];
Link copied to clipboard
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification
repeated uint32 tags = 2 [packed = true];
Link copied to clipboard
fun build(): MessageType
abstract fun build(): MessageLite
Link copied to clipboard
open fun buildPartial(): MessageType
abstract fun buildPartial(): MessageLite
Link copied to clipboard
fun clear(): BuilderType
abstract fun clear(): MessageLite.Builder
Link copied to clipboard
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in 
section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];
Link copied to clipboard
optional uint64 id = 1 [default = 0];
Link copied to clipboard
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification
repeated uint32 tags = 2 [packed = true];
Link copied to clipboard
The type of geometry stored in this feature.
optional .vector_tile.Tile.GeomType type = 3 [default = UNKNOWN];
Link copied to clipboard
open fun clone(): BuilderType
abstract fun clone(): MessageLite.Builder
Link copied to clipboard
open fun getDefaultInstanceForType(): MessageType
abstract fun getDefaultInstanceForType(): MessageLite
Link copied to clipboard
open fun getGeometry(index: Int): Int
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in 
section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];
Link copied to clipboard
open fun getGeometryCount(): Int
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in 
section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];
Link copied to clipboard
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in 
section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];
Link copied to clipboard
open fun getId(): Long
optional uint64 id = 1 [default = 0];
Link copied to clipboard
open fun getTags(index: Int): Int
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification
repeated uint32 tags = 2 [packed = true];
Link copied to clipboard
open fun getTagsCount(): Int
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification
repeated uint32 tags = 2 [packed = true];
Link copied to clipboard
open fun getTagsList(): List<Integer>
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification
repeated uint32 tags = 2 [packed = true];
Link copied to clipboard
The type of geometry stored in this feature.
optional .vector_tile.Tile.GeomType type = 3 [default = UNKNOWN];
Link copied to clipboard
open fun hasId(): Boolean
optional uint64 id = 1 [default = 0];
Link copied to clipboard
open fun hasType(): Boolean
The type of geometry stored in this feature.
optional .vector_tile.Tile.GeomType type = 3 [default = UNKNOWN];
Link copied to clipboard
Link copied to clipboard
open fun mergeDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Boolean
Link copied to clipboard
open fun mergeFrom(message: MessageType): BuilderType
abstract fun mergeFrom(input: CodedInputStream): MessageLite.Builder
Link copied to clipboard
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in 
section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];
Link copied to clipboard
optional uint64 id = 1 [default = 0];
Link copied to clipboard
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification
repeated uint32 tags = 2 [packed = true];
Link copied to clipboard
The type of geometry stored in this feature.
optional .vector_tile.Tile.GeomType type = 3 [default = UNKNOWN];